]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/zfs-tests/tests/functional/cli_user/misc/arcstat_001_pos.ksh
pyzfs: python3 support (build system)
[mirror_zfs.git] / tests / zfs-tests / tests / functional / cli_user / misc / arcstat_001_pos.ksh
index c8a89f8c4b74958f665fdc9b8ab2c2fcb333c88c..ab574731fed9c61de69a3af600cc95a2a113a81f 100755 (executable)
 set -A args  "" "-s \",\"" "-x" "-v" \
     "-f time,hit%,dh%,ph%,mh%"
 
-log_assert "arcstat.py generates output and doesn't return an error code"
+log_assert "arcstat generates output and doesn't return an error code"
 
 typeset -i i=0
 while [[ $i -lt ${#args[*]} ]]; do
-        log_must eval "arcstat.py ${args[i]} > /dev/null"
+        log_must eval "arcstat ${args[i]} > /dev/null"
         ((i = i + 1))
 done
-log_pass "arcstat.py generates output and doesn't return an error code"
+log_pass "arcstat generates output and doesn't return an error code"