소스 검색

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>
Shuah Khan 8 년 전
부모
커밋
8edd210d9b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/testing/selftests/splice/Makefile

+ 1 - 1
tools/testing/selftests/splice/Makefile

@@ -5,4 +5,4 @@ all: $(TEST_PROGS) $(EXTRA)
 include ../lib.mk
 
 clean:
-	rm -fr $(TEST_PROGS) $(EXTRA)
+	rm -fr $(EXTRA)