diff options
Diffstat (limited to 'tests/rm')
-rwxr-xr-x | tests/rm/dangling-symlink | 2 | ||||
-rwxr-xr-x | tests/rm/i-no-r | 2 | ||||
-rwxr-xr-x | tests/rm/r-1 | 2 | ||||
-rwxr-xr-x | tests/rm/rm1 | 2 | ||||
-rwxr-xr-x | tests/rm/rm2 | 2 | ||||
-rwxr-xr-x | tests/rm/rm3 | 2 | ||||
-rwxr-xr-x | tests/rm/rm4 | 2 | ||||
-rwxr-xr-x | tests/rm/rm5 | 2 | ||||
-rwxr-xr-x | tests/rm/sunos-1 | 2 | ||||
-rwxr-xr-x | tests/rm/unread2 | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/tests/rm/dangling-symlink b/tests/rm/dangling-symlink index ac0de5650..35ad93010 100755 --- a/tests/rm/dangling-symlink +++ b/tests/rm/dangling-symlink @@ -21,7 +21,7 @@ ln -s no-file dangle ln -s / symlink if test $framework_failure = 1; then - echo '$0: failure in testing framework' 1>&2 + echo "$0: failure in testing framework" 1>&2 (exit 1); exit fi diff --git a/tests/rm/i-no-r b/tests/rm/i-no-r index ab325d242..57733c8fd 100755 --- a/tests/rm/i-no-r +++ b/tests/rm/i-no-r @@ -20,7 +20,7 @@ mkdir dir || framework_failure=1 echo y > y || framework_failure=1 if test $framework_failure = 1; then - echo '$0: failure in testing framework' 1>&2 + echo "$0: failure in testing framework" 1>&2 (exit 1); exit 1 fi diff --git a/tests/rm/r-1 b/tests/rm/r-1 index e755346d1..91560c8ce 100755 --- a/tests/rm/r-1 +++ b/tests/rm/r-1 @@ -28,7 +28,7 @@ removed `b' EOF if test $framework_failure = 1; then - echo '$0: failure in testing framework' 1>&2 + echo "$0: failure in testing framework" 1>&2 (exit 1); exit fi diff --git a/tests/rm/rm1 b/tests/rm/rm1 index 01dc3c2df..998a30673 100755 --- a/tests/rm/rm1 +++ b/tests/rm/rm1 @@ -22,7 +22,7 @@ mkdir -p b/a/p b/c b/d || framework_failure=1 chmod u-w b/a || framework_failure=1 if test $framework_failure = 1; then - echo '$0: failure in testing framework' 1>&2 + echo "$0: failure in testing framework" 1>&2 (exit 1); exit fi diff --git a/tests/rm/rm2 b/tests/rm/rm2 index 5ff948d29..e2d83f611 100755 --- a/tests/rm/rm2 +++ b/tests/rm/rm2 @@ -22,7 +22,7 @@ mkdir -p a/1/2 b/3 || framework_failure=1 chmod u-x a/1 b || framework_failure=1 if test $framework_failure = 1; then - echo '$0: failure in testing framework' 1>&2 + echo "$0: failure in testing framework" 1>&2 (exit 1); exit fi diff --git a/tests/rm/rm3 b/tests/rm/rm3 index a7699f3ad..0f0bce83b 100755 --- a/tests/rm/rm3 +++ b/tests/rm/rm3 @@ -29,7 +29,7 @@ chmod u-w fu du empty-u || framework_failure=1 cd .. if test $framework_failure = 1; then - echo '$0: failure in testing framework' 1>&2 + echo "$0: failure in testing framework" 1>&2 (exit 1); exit fi diff --git a/tests/rm/rm4 b/tests/rm/rm4 index 4797a2347..289f3e7ab 100755 --- a/tests/rm/rm4 +++ b/tests/rm/rm4 @@ -21,7 +21,7 @@ cd $tmp || framework_failure=1 mkdir dir || framework_failure=1 if test $framework_failure = 1; then - echo '$0: failure in testing framework' 1>&2 + echo "$0: failure in testing framework" 1>&2 (exit 1); exit fi diff --git a/tests/rm/rm5 b/tests/rm/rm5 index d2bc70a24..55e74eead 100755 --- a/tests/rm/rm5 +++ b/tests/rm/rm5 @@ -32,7 +32,7 @@ rm: remove directory `d' EOF if test $framework_failure = 1; then - echo '$0: failure in testing framework' 1>&2 + echo "$0: failure in testing framework" 1>&2 (exit 1); exit fi diff --git a/tests/rm/sunos-1 b/tests/rm/sunos-1 index 366578096..c5f10fd45 100755 --- a/tests/rm/sunos-1 +++ b/tests/rm/sunos-1 @@ -19,7 +19,7 @@ mkdir -p $tmp || framework_failure=1 cd $tmp || framework_failure=1 if test $framework_failure = 1; then - echo '$0: failure in testing framework' 1>&2 + echo "$0: failure in testing framework" 1>&2 (exit 1); exit fi diff --git a/tests/rm/unread2 b/tests/rm/unread2 index 3468e7f5d..730f88b55 100755 --- a/tests/rm/unread2 +++ b/tests/rm/unread2 @@ -22,7 +22,7 @@ mkdir -p a/b || framework_failure=1 chmod u-r a if test $framework_failure = 1; then - echo '$0: failure in testing framework' 1>&2 + echo "$0: failure in testing framework" 1>&2 (exit 1); exit fi |