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
+3 -1
View File
@@ -110,8 +110,10 @@ tmux_commands()
done done
printf "send-keys 0x0d\n" printf "send-keys 0x0d\n"
done done
printf "send-keys 0x0d\n"
sleep 1
printf "send-keys 0x04\n" printf "send-keys 0x04\n"
sleep 5 sleep 10
} }
tmux_stdin() tmux_stdin()
+1
View File
@@ -18,4 +18,5 @@ if ($? == 0) {
$rc = ($? & 127) | 128; $rc = ($? & 127) | 128;
} }
print STDERR "%%% exitstatus: ${rc} %%%\n"; print STDERR "%%% exitstatus: ${rc} %%%\n";
sleep 1;
exit $rc; exit $rc;