Test changes for Cygwin compatibility.

This commit is contained in:
John Hood
2016-01-11 06:14:27 -05:00
parent 6b71351138
commit e61b3bd014
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -18,4 +18,5 @@ if ($? == 0) {
$rc = ($? & 127) | 128;
}
print STDERR "%%% exitstatus: ${rc} %%%\n";
sleep 1;
exit $rc;