projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bc7635
)
tests: preserve-gid: remove useless use of "env"
author
Jim Meyering
<meyering@redhat.com>
Sun, 3 Apr 2011 10:38:05 +0000
(12:38 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Mon, 4 Apr 2011 16:21:32 +0000
(18:21 +0200)
* tests/cp/preserve-gid: Remove useless use of "env".
tests/cp/preserve-gid
patch
|
blob
|
history
diff --git
a/tests/cp/preserve-gid
b/tests/cp/preserve-gid
index
552032a
..
4b80fa7
100755
(executable)
--- a/
tests/cp/preserve-gid
+++ b/
tests/cp/preserve-gid
@@
-111,7
+111,7
@@
t1() {
f=$1; shift
u=$1; shift
g=$1; shift
- t0 "$f" "$u" "$g"
env
\
+ t0 "$f" "$u" "$g" \
setuidgid -g "$nameless_gid1,$nameless_gid2" \
"$nameless_uid" env PATH="$tmp_path" "$@"
}