diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2017-04-21 17:35:31 -0400 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-04-25 11:46:32 -0400 |
commit | 8edd210d9b121681f7e69dc087ae80d7043008e9 (patch) | |
tree | eb5b03e02fbb54ac8b25d15f4e9d63d04fae7dfe | |
parent | 8a246230bd2e822f440ebf4e7424fabb4d42da24 (diff) |
selftests: splice: fix clean target to not remove default_file_splice_read.sh
splice clean target removes the shell script default_file_splice_read.sh
that runs the splice test. Fix it to not remove this file.
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
-rw-r--r-- | tools/testing/selftests/splice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/splice/Makefile b/tools/testing/selftests/splice/Makefile index de51f439d4a6..559512c2075e 100644 --- a/tools/testing/selftests/splice/Makefile +++ b/tools/testing/selftests/splice/Makefile | |||
@@ -5,4 +5,4 @@ all: $(TEST_PROGS) $(EXTRA) | |||
5 | include ../lib.mk | 5 | include ../lib.mk |
6 | 6 | ||
7 | clean: | 7 | clean: |
8 | rm -fr $(TEST_PROGS) $(EXTRA) | 8 | rm -fr $(EXTRA) |