forked from HowardHinnant/date
Added scripts to do fail testing
This commit is contained in:
7
test_fail.sh
Executable file
7
test_fail.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -e $@ ]]; then
|
||||
exit 1;
|
||||
fi
|
||||
exit 0;
|
||||
|
Reference in New Issue
Block a user