aboutsummaryrefslogtreecommitdiff
path: root/tests/checkfs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/checkfs')
-rw-r--r--tests/checkfs/Makefile1
-rw-r--r--tests/checkfs/README4
-rw-r--r--tests/checkfs/comm.c13
-rw-r--r--tests/checkfs/makefiles.c7
4 files changed, 0 insertions, 25 deletions
diff --git a/tests/checkfs/Makefile b/tests/checkfs/Makefile
index 0a77682..14a83d4 100644
--- a/tests/checkfs/Makefile
+++ b/tests/checkfs/Makefile
@@ -3,4 +3,3 @@ TARGETS = checkfs makefiles
include ../../common.mk
$(TARGETS): $(addprefix $(BUILDDIR)/, comm.o)
-
diff --git a/tests/checkfs/README b/tests/checkfs/README
index 6b72487..d5b3b87 100644
--- a/tests/checkfs/README
+++ b/tests/checkfs/README
@@ -167,7 +167,3 @@ checkfs is called from the rc.local script file.
The cycle then repeats till a problem is detected, at which point
the "ok to power me down" message is not sent and the cycle stops
waiting for the user to examine the system.
-
-
-
-
diff --git a/tests/checkfs/comm.c b/tests/checkfs/comm.c
index 881a270..c8c457e 100644
--- a/tests/checkfs/comm.c
+++ b/tests/checkfs/comm.c
@@ -49,16 +49,3 @@ int do_pwr_dn(int fd, int cycleCnt)
return 0;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tests/checkfs/makefiles.c b/tests/checkfs/makefiles.c
index 662fe86..589280b 100644
--- a/tests/checkfs/makefiles.c
+++ b/tests/checkfs/makefiles.c
@@ -255,10 +255,3 @@ int main(void){
exit(0);
}/*end main()*/
-
-
-
-
-
-
-