diff options
Diffstat (limited to 'tests/simple.builder.sh')
-rw-r--r-- | tests/simple.builder.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple.builder.sh b/tests/simple.builder.sh index dcd9bdb64ad0..536faec14915 100644 --- a/tests/simple.builder.sh +++ b/tests/simple.builder.sh @@ -4,7 +4,7 @@ echo "PATH=$PATH" if mkdir foo; then exit 1; fi # Set a PATH (!!! impure). -export PATH=/bin:/usr/bin:$PATH +export PATH=$goodPath mkdir $out |