diff options
Diffstat (limited to 'tests/install')
-rwxr-xr-x | tests/install/basic-1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/install/basic-1 b/tests/install/basic-1 index 3c45c2abb..6e37c2c48 100755 --- a/tests/install/basic-1 +++ b/tests/install/basic-1 @@ -74,7 +74,10 @@ test -d newdir3 || fail=1 # hence cannot do anything meaningful with the following relative-named dirs. iwd=`pwd` mkdir sub || fail=1 -(cd sub && chmod 0 . && ginstall -d "$iwd/xx/yy" rel/sub1 rel/sub2 2> /dev/null) && fail=1 +(cd sub && + chmod 0 . && + ginstall -d "$iwd/xx/yy" rel/sub1 rel/sub2 2> /dev/null +) && fail=1 chmod 755 sub # Ensure that the first argument-dir has been created. |