Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ all: $(TEST_PROGS) $(EXTRA)
include ../lib.mk

clean:
	rm -fr $(TEST_PROGS) $(EXTRA)
	rm -fr $(EXTRA)