diff options
Diffstat (limited to 'tests/mv')
-rwxr-xr-x | tests/mv/i-3 | 2 | ||||
-rwxr-xr-x | tests/mv/sticky-to-xpart | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/i-3 b/tests/mv/i-3 index 7fba1396e..83d93a86f 100755 --- a/tests/mv/i-3 +++ b/tests/mv/i-3 @@ -23,7 +23,7 @@ require_controlling_input_terminal_ skip_if_root_ trap '' TTIN # Ignore SIGTTIN -test "$(uname -s)" = FreeBSD && skip_ "known spurious failure on FreeBSD" +test "$(uname -s)" = FreeBSD && skip_test_ "known spurious failure on FreeBSD" touch f g h i || framework_failure chmod 0 g i || framework_failure diff --git a/tests/mv/sticky-to-xpart b/tests/mv/sticky-to-xpart index f689d9d0a..979d31fac 100755 --- a/tests/mv/sticky-to-xpart +++ b/tests/mv/sticky-to-xpart @@ -47,7 +47,7 @@ version=` ` case $version in $PACKAGE_VERSION) ;; - *) skip_ "cannot access just-built mv as user $NON_ROOT_USERNAME";; + *) skip_test_ "cannot access just-built mv as user $NON_ROOT_USERNAME";; esac setuidgid $NON_ROOT_USERNAME env PATH="$PATH" \ |