source: trunk/src/kash/tests/tick-1@ 2912

Last change on this file since 2912 was 2285, checked in by bird, 17 years ago

kash/tests: more tests.

  • Property svn:eol-style set to LF
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 160 bytes
Line 
1#!/bin/sh
2
3VAR=`echo "echoed string"`
4if test "$VAR" != "echoed string"; then
5 echo "tick-1: failure: VAR=$VAR"
6 exit 1
7fi
8echo 'tick-1: SUCCESS'
9exit 0
10
Note: See TracBrowser for help on using the repository browser.