From: David Levine Date: Fri, 1 Feb 2013 04:32:26 +0000 (-0600) Subject: More probing of test-ali on Solaris: exit before the X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/f0f99815df2976f399207c86c2cb19141577341f?hp=-c More probing of test-ali on Solaris: exit before the setup_test call, which has the folder invocation. --- f0f99815df2976f399207c86c2cb19141577341f diff --git a/test/ali/test-ali b/test/ali/test-ali index b24ec3e4..8bfef975 100755 --- a/test/ali/test-ali +++ b/test/ali/test-ali @@ -17,6 +17,7 @@ fi . "$MH_OBJ_DIR/test/common.sh" +exit # ???? Temporary, to isolate failure on Solaris. setup_test expected=$MH_TEST_DIR/$$.expected @@ -53,8 +54,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'"