diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-07 10:16:23 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-07 10:16:23 +0000 |
commit | 9ba4af2b76958e076a0c002e53ead87ed7a47a68 (patch) | |
tree | 7d0420abd15c97c46159bd629564fd612e697928 /test/aux-fixed/0002.runfile | |
parent | c55a77db55ebf46a399f136eeb3a928b1e862772 (diff) |
More new test committing.
Diffstat (limited to 'test/aux-fixed/0002.runfile')
-rwxr-xr-x | test/aux-fixed/0002.runfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/aux-fixed/0002.runfile b/test/aux-fixed/0002.runfile new file mode 100755 index 000000000..74421b519 --- /dev/null +++ b/test/aux-fixed/0002.runfile @@ -0,0 +1,7 @@ +#! /bin/sh + +echo abcd +echo 1234 + +exit $1 + |