From: Simon Ruderich Date: Thu, 13 Jun 2013 00:29:55 +0000 (+0200) Subject: tests/Makefile.am: Sort dist_check_DATA. X-Git-Tag: 0.1~65 X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=commitdiff_plain;h=5e8be10581980ed8b9feafac9f6166c0849dbd72 tests/Makefile.am: Sort dist_check_DATA. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 3ccce24..fa33764 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -22,13 +22,13 @@ dist_check_SCRIPTS = $(TESTS) lib.sh 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_simple.sh.expected \ + example_vfork.expected # Used by lib.sh. export EGREP