diff options
author | Karel Zak <kzak@redhat.com> | 2007-04-26 22:25:13 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2007-04-26 22:25:13 +0200 |
commit | 8d5807b942631fc9bd7894f7a254ed4fd54cb039 (patch) | |
tree | a09f6327c8d12576225ed502b0559c7f2464b297 /tests/Makefile.am | |
parent | e4a89b95ad7bbd1c6c6bc3a1a2c72f5542aa99ff (diff) | |
download | util-linux-old-8d5807b942631fc9bd7894f7a254ed4fd54cb039.tar.gz |
tests: add mount -o remount test
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index d4d8a981..e306bfe6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -21,7 +21,9 @@ EXTRA_DIST = expected/* \ ts-hwclock-systohc \ ts-mount-special \ ts-mount-mtablock \ - ts-mount-move + ts-mount-move \ + ts-mount-remount + distclean-local: rm -rf output diff |