Test for previous PREFIX fix to minimal/do.

This commit is contained in:
Avery Pennarun 2011-03-05 18:12:11 -08:00
commit 164e213582
4 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,3 @@
PREFIX=/a/b/c/d/e redo vartest2
read x <vartest2
PREFIX=/a/b/c/d/e redo chicken.vartest
read x <chicken.vartest
[ "$x" = "/a/b/c/d/e" ] || exit 45