summaryrefslogtreecommitdiffstats
path: root/tests/ts/swapon
Commit message (Collapse)AuthorAgeFilesLines
* tests: remove LD_LIBRARY_PATH from swapon testsKarel Zak2012-04-185-15/+10Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add swapon tests for --fixpgsz and fix signatureKarel Zak2012-03-272-0/+92
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: grammar fixesDavidlohr Bueso2011-08-173-6/+6
| | | | | | Trivial change, "Cannot found" to "Cannot find". Signed-off-by: Davidlohr Bueso <dave@gnu.org>
* rename util-linux-ng back to util-linuxKarel Zak2010-11-303-3/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: remove vol_id from testsKarel Zak2009-12-042-4/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: swapon workaround for libtool wrapperKarel Zak2009-10-133-3/+6
| | | | | | | | | | The swapon command behaviour depends on program name (argv[0] = swapon | swapoff). It means we cannot use the libtool wrapper script in our regression tests. It seems better to call the binaries directly with proper LD_LIBRARY_PATH. This is probably less portable, but good enough for our tests. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: cleanup ts/swaponKarel Zak2009-02-113-16/+9Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: create subdirs for test scriptsKarel Zak2009-02-113-0/+147
Signed-off-by: Karel Zak <kzak@redhat.com>