Browse Source

[master] don't include run.sh in distfile

The run.sh.in is in the distfile.
(issue reported by emhn: was removed with distclean but was in tarball)
Trivial so didn't get review.
Jeremy C. Reed 12 years ago
parent
commit
6eb06132ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/system/Makefile.am

+ 1 - 1
tests/system/Makefile.am

@@ -6,7 +6,7 @@ distclean-local:
 
 # Most of the files under this directory (including test subdirectories)
 # must be listed in EXTRA_DIST.
-EXTRA_DIST = README cleanall.sh ifconfig.sh start.pl stop.pl run.sh runall.sh
+EXTRA_DIST = README cleanall.sh ifconfig.sh start.pl stop.pl runall.sh
 EXTRA_DIST += common/default_user.csv
 EXTRA_DIST += glue/auth.good glue/example.good glue/noglue.good glue/test.good
 EXTRA_DIST += glue/tests.sh glue/clean.sh