summaryrefslogtreecommitdiffstats
path: root/tests/reiserfsprogs
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2010-12-11 23:07:56 +0000
committerJeff Bilyk <jbilyk@gmail.com>2010-12-11 23:07:56 +0000
commitbe2dce01aaf55626d85932572a69316b5740a753 (patch)
tree7b82ea1b98f120cc1b604a8c9dde4f3294848cf0 /tests/reiserfsprogs
parentc5263675dd5ebb31fe8dbb560ddf62bd6754455d (diff)
downloadapts-be2dce01aaf55626d85932572a69316b5740a753.tar.bz2
apts-be2dce01aaf55626d85932572a69316b5740a753.tar.xz
apts: more tests
more tests
Diffstat (limited to 'tests/reiserfsprogs')
-rw-r--r--tests/reiserfsprogs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/reiserfsprogs b/tests/reiserfsprogs
new file mode 100644
index 0000000..f20d008
--- /dev/null
+++ b/tests/reiserfsprogs
@@ -0,0 +1,5 @@
+ apk_add $@
+ dd if=/dev/zero count=67000 of=tmp.img
+ mkreiserfs -q tmp.img
+ apk_del $@
+ rm -f tmp.img