selftests: splice: fix clean target to not remove default_file_splice_read.sh
authorShuah Khan <shuahkh@osg.samsung.com>
Fri, 21 Apr 2017 21:35:31 +0000 (15:35 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 25 Apr 2017 15:46:32 +0000 (09:46 -0600)
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>
tools/testing/selftests/splice/Makefile

index de51f43..559512c 100644 (file)
@@ -5,4 +5,4 @@ all: $(TEST_PROGS) $(EXTRA)
 include ../lib.mk
 
 clean:
-       rm -fr $(TEST_PROGS) $(EXTRA)
+       rm -fr $(EXTRA)