source:
trunk/src/kash/tests/tick-1@
2912
| Last change on this file since 2912 was 2285, checked in by , 17 years ago | |
|---|---|
|
|
| File size: 160 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | VAR=`echo "echoed string"` |
| 4 | if test "$VAR" != "echoed string"; then |
| 5 | echo "tick-1: failure: VAR=$VAR" |
| 6 | exit 1 |
| 7 | fi |
| 8 | echo 'tick-1: SUCCESS' |
| 9 | exit 0 |
| 10 |
Note:
See TracBrowser
for help on using the repository browser.
