]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
tests: Rename example-* to example_* for consistency.
authorSimon Ruderich <simon@ruderich.org>
Wed, 12 Jun 2013 23:05:06 +0000 (01:05 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 12 Jun 2013 23:05:06 +0000 (01:05 +0200)
tests/Makefile.am
tests/example-noforce.sh [deleted symlink]
tests/example_noforce.sh [new symlink]
tests/example_noforce.sh.expected [moved from tests/example-noforce.sh.expected with 100% similarity]
tests/example_redirects.sh [moved from tests/example-redirects.sh with 100% similarity]
tests/example_redirects.sh.expected [moved from tests/example-redirects.sh.expected with 100% similarity]
tests/example_simple.sh [moved from tests/example-simple.sh with 100% similarity]
tests/example_simple.sh.expected [moved from tests/example-simple.sh.expected with 100% similarity]
tests/run.sh

index f8b0f94b0d17ba254a750d68d95d10add5d34261..32d9ca35431ac1bff830c4454de8e8addb1a73b2 100644 (file)
@@ -17,12 +17,12 @@ dist_check_DATA = example.expected \
                   example_error.expected \
                   example_exec.expected \
                   example_vfork.expected \
-                  example-noforce.sh \
-                  example-noforce.sh.expected \
-                  example-redirects.sh \
-                  example-redirects.sh.expected \
-                  example-simple.sh \
-                  example-simple.sh.expected
+                  example_noforce.sh \
+                  example_noforce.sh.expected \
+                  example_redirects.sh \
+                  example_redirects.sh.expected \
+                  example_simple.sh \
+                  example_simple.sh.expected
 
 # Used by run.sh.
 export EGREP
diff --git a/tests/example-noforce.sh b/tests/example-noforce.sh
deleted file mode 120000 (symlink)
index 9f2d093..0000000
+++ /dev/null
@@ -1 +0,0 @@
-example-simple.sh
\ No newline at end of file
diff --git a/tests/example_noforce.sh b/tests/example_noforce.sh
new file mode 120000 (symlink)
index 0000000..462fb9d
--- /dev/null
@@ -0,0 +1 @@
+example_simple.sh
\ No newline at end of file
index ee26896c7bc12465d749b13cf330749cefe34b7a..a203d48235f1c418315d48fdbe5ff5544c4dfd2a 100755 (executable)
@@ -42,18 +42,18 @@ fi
 
 # Make sure we don't write to non-ttys by default.
 force_write=
-test_script example-noforce.sh
+test_script example_noforce.sh
 force_write=1
 
-test_script example-simple.sh
-test_script example-redirects.sh
+test_script example_simple.sh
+test_script example_redirects.sh
 test_program example
 test_program example_exec
 test -x "$builddir/example_vfork" && test_program example_vfork
 test -x "$builddir/example_error" && test_program example_error
 
-test_script_subshell example-simple.sh
-test_script_subshell example-redirects.sh
+test_script_subshell example_simple.sh
+test_script_subshell example_redirects.sh
 test_program_subshell example
 test_program_subshell example_exec
 test -x "$builddir/example_vfork" && test_program_subshell example_vfork