X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d231c858d574d37b6cc3d3cef82b06cb04f13b81..c49ef61e9b0cfeaa64c30321955b6e88f3d7aa26:/test/ali/test-ali diff --git a/test/ali/test-ali b/test/ali/test-ali index b24ec3e4..d5438744 100755 --- a/test/ali/test-ali +++ b/test/ali/test-ali @@ -8,7 +8,8 @@ # Not tested: # -normalize, -nonormalize -set -e +# ???? temporary set -e +set -x if test -z "${MH_OBJ_DIR}"; then srcdir=`dirname $0`/../.. @@ -19,6 +20,13 @@ fi setup_test +#### ???? temporary +ls -l ${MH_INST_DIR}$prefix/bin +echo $PATH +export PATH +scan +inbox # ???? temporary +#### ???? temporary + expected=$MH_TEST_DIR/$$.expected expected_err=$MH_TEST_DIR/$$.expected_err actual=$MH_TEST_DIR/$$.actual @@ -53,8 +61,6 @@ run_test 'ali -nonexistent' 'ali: -nonexistent unknown' # check with no arguments and no AliasFile profile component run_test 'ali' '' -exit # ???? Temporary, to isolate failure on Solaris. - # check with nonexistent alias file run_test 'ali -alias nonexistent' \ "ali: aliasing error in nonexistent - unable to read 'nonexistent'"