From 5e8be10581980ed8b9feafac9f6166c0849dbd72 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 13 Jun 2013 02:29:55 +0200 Subject: [PATCH] tests/Makefile.am: Sort dist_check_DATA. --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.2