diff options
Diffstat (limited to 'tests/misc/cat-proc')
-rwxr-xr-x | tests/misc/cat-proc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/cat-proc b/tests/misc/cat-proc index 3cdc2bbb7..83c173513 100755 --- a/tests/misc/cat-proc +++ b/tests/misc/cat-proc @@ -23,7 +23,7 @@ print_ver_ cat f=/proc/cpuinfo test -f $f \ - || skip_test_ "no $f" + || skip_ "no $f" # Yes, parts of /proc/cpuinfo might change between cat runs. |