1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-10 14:13:31 +02:00

Avoid bug in Ultrix4.3a /bin/sh,

not initializing output redirection of : command.
This commit is contained in:
Jim Meyering
1998-08-15 03:03:44 +00:00
parent dc43a7bb60
commit bf57f4af46

View File

@@ -10,8 +10,8 @@ fi
framework_failure=0
$RM -f a a~ || framework_failure=1
: > a || framework_failure=1
echo a > a~ || framework_failure=1
echo a > a || framework_failure=1
echo a-tilde > a~ || framework_failure=1
if test $framework_failure = 1; then
echo 'failure in testing framework'