]> diplodocus.org Git - nmh/commitdiff
More probing of test-ali on Solaris: exit before the
authorDavid Levine <levinedl@acm.org>
Fri, 1 Feb 2013 04:32:26 +0000 (22:32 -0600)
committerDavid Levine <levinedl@acm.org>
Fri, 1 Feb 2013 04:32:26 +0000 (22:32 -0600)
setup_test call, which has the folder invocation.

test/ali/test-ali

index b24ec3e4e8754e6a506ba584abe87e0c9e921bfa..8bfef97515cbde7a2d82fdbf4c109df91cdb4875 100755 (executable)
@@ -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'"