[LTP] [PATCH] Fix INSTALL_TARGETS for nfs tests
Martin Doucha
mdoucha@suse.cz
Wed Dec 8 16:20:38 CET 2021
Fixes: 7fb7aeb71 ("nfs: Add *.sh extension to shell tests")
Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
testcases/network/nfs/nfs_stress/Makefile | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/testcases/network/nfs/nfs_stress/Makefile b/testcases/network/nfs/nfs_stress/Makefile
index 0b7408e29..8cd095867 100644
--- a/testcases/network/nfs/nfs_stress/Makefile
+++ b/testcases/network/nfs/nfs_stress/Makefile
@@ -10,12 +10,12 @@ nfs04_create_file: CPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
nfs05_make_tree: LDLIBS += -lpthread
INSTALL_TARGETS := nfs_lib.sh \
- nfs01 \
- nfs02 \
- nfs03 \
- nfs04 \
- nfs05 \
- nfs06 \
+ nfs01.sh \
+ nfs02.sh \
+ nfs03.sh \
+ nfs04.sh \
+ nfs05.sh \
+ nfs06.sh \
nfs07.sh
include $(top_srcdir)/include/mk/generic_leaf_target.mk
--
2.33.0
More information about the ltp
mailing list