]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/zfs-tests/tests/functional/cli_user/misc/arc_summary3_001_pos.ksh
pyzfs: python3 support (build system)
[mirror_zfs.git] / tests / zfs-tests / tests / functional / cli_user / misc / arc_summary3_001_pos.ksh
index 22dceaaf45e8d18044fe9ac90b2e710983d0a0fc..ff090baeeebbe0142aa9f0ece80317021c8500f2 100755 (executable)
@@ -45,12 +45,12 @@ fi
 
 
 set -A args  "" "-a" "-d" "-p 1" "-g" "-s arc" "-r"
-log_assert "arc_summary3.py generates output and doesn't return an error code"
+log_assert "arc_summary3 generates output and doesn't return an error code"
 
 typeset -i i=0
 while [[ $i -lt ${#args[*]} ]]; do
-        log_must eval "arc_summary3.py ${args[i]} > /dev/null"
+        log_must eval "arc_summary3 ${args[i]} > /dev/null"
         ((i = i + 1))
 done
 
-log_pass "arc_summary3.py generates output and doesn't return an error code"
+log_pass "arc_summary3 generates output and doesn't return an error code"