Drop extension for bash script.

This commit is contained in:
Andy Stewart
2014-11-13 15:32:15 +01:00
parent d7a1785b94
commit 6d91198859
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
```sh ```sh
$ cd test $ cd test
$ ./test.sh $ ./test
``` ```
### Add a new test ### Add a new test

View File

@@ -31,7 +31,7 @@ done
# Clean up. # Clean up.
git reset HEAD fixture.txt > /dev/null git reset HEAD fixture.txt > /dev/null
git checkout fixture.txt git checkout fixture.txt
rm -f *.actual # rm -f *.actual
# Print results. # Print results.
echo echo