diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/basic/first-test.t | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/basic/first-test.t b/tests/basic/first-test.t new file mode 100755 index 00000000000..535b269e6b3 --- /dev/null +++ b/tests/basic/first-test.t @@ -0,0 +1,10 @@ +#!/bin/bash + +. $(dirname $0)/../include.rc + +cat << EOF +This test should run first for http://review.gluster.org/#/c/13439/ and should +be removed once that patch has been merged. +EOF + +TEST true |