From 577ec51a4ca6b1a7c331a0e3da31295d578a5303 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 13 Aug 2014 15:16:17 +0200 Subject: [PATCH] fish: add test-invalid-params.sh to EXTRA_DIST Followup of commit 7912759fc331f6e8a0f7c87731f6bfe8c6e96c1f. --- fish/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/fish/Makefile.am b/fish/Makefile.am index 9ce1daf1b..c02f7031f 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -311,6 +311,7 @@ EXTRA_DIST += \ test-find0.sh \ test-glob.sh \ test-inspect.sh \ + test-invalid-params.sh \ test-mount-local.sh \ test-prep.sh \ test-read-file.sh \