Commit 8edd210d authored by Shuah Khan's avatar Shuah Khan

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: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent 8a246230
......@@ -5,4 +5,4 @@ all: $(TEST_PROGS) $(EXTRA)
include ../lib.mk
clean:
rm -fr $(TEST_PROGS) $(EXTRA)
rm -fr $(EXTRA)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment