X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Frun-ifs-tests;h=3d5fc509a9743c3a01bc97e3c5b135312f381ee0;hb=ccc6cda312fea9f0468ee65b8f368e9653e1380b;hp=1f9c8c06d728a363feac66b4c2d53bf2a2438042;hpb=726f63884db0132f01745f1fb4465e6621088ccf;p=platform%2Fupstream%2Fbash.git diff --git a/tests/run-ifs-tests b/tests/run-ifs-tests old mode 100755 new mode 100644 index 1f9c8c0..3d5fc50 --- a/tests/run-ifs-tests +++ b/tests/run-ifs-tests @@ -1,13 +1,13 @@ # # show that IFS is only applied to the result of expansions # -../bash ifs-test-1.sh > xx -diff xx ./ifs.1.right +${THIS_SH} ifs-test-1.sh > /tmp/xx +diff /tmp/xx ./ifs.1.right -../bash ifs-test-2.sh > xx -diff xx ./ifs.2.right +${THIS_SH} ifs-test-2.sh > /tmp/xx +diff /tmp/xx ./ifs.2.right -../bash ifs-test-3.sh > xx -diff xx ./ifs.3.right +${THIS_SH} ifs-test-3.sh > /tmp/xx +diff /tmp/xx ./ifs.3.right -rm -f xx +rm -f /tmp/xx