Changeset 2595
- Timestamp:
- Mar 9, 2006, 8:04:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreutils/tests/misc/close-stdout
r2554 r2595 22 22 fi 23 23 24 PATH="$pwd/../..:$PATH" 24 if test -z "$PATHSEP"; then #bird 25 if test -n "$OS2_SHELL"; then #bird 26 PATHSEP=";" #bird 27 else #bird 28 PATHSEP=":" #bird 29 fi #bird 30 fi #bird 31 #PATH="$pwd/../..:$PATH" #bird 32 PATH="$pwd/../..${PATHSEP}$PATH" #bird 25 33 export PATH 26 34 … … 33 41 test -f b || fail=1 34 42 chmod o-w . >&- || fail=1 43 if $srcdir/../is-hardlink-supported; then #bird 35 44 ln a c >&- || fail=1 45 else #bird 46 ln -s a c >&- || fail=1 #bird 47 fi #bird 36 48 rm c >&- || fail=1 37 49 mkdir d >&- || fail=1
Note:
See TracChangeset
for help on using the changeset viewer.