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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user