summaryrefslogtreecommitdiff
path: root/tests/t3200-type-change.sh
Commit message (Collapse)AuthorAgeFilesLines
* maint: Update copyright statements to 2022Brian C. Lane2023-03-241-1/+1
| | | | By running make update-copyright
* maint: Update copyright statements to 2022Brian C. Lane2022-03-231-1/+1
| | | | By running make update-copyright
* tests/t3200: Change dev_size_mb to 10Brian C. Lane2021-07-141-2/+2
| | | | | This is backed by memory, so using more than is needed limits the size of the system it can run on.
* maint: Update copyright statements to 2021Brian C. Lane2021-01-181-1/+1
| | | | By running make update-copyright
* maint: Update copyright statements to 2020Brian C. Lane2020-12-111-1/+1
| | | | By running make update-copyright
* maint: Update copyright statements to 2019Brian C. Lane2019-08-121-1/+1
| | | | By running make update-copyright
* maint: run "make update-copyright"Jim Meyering2014-05-251-1/+1
|
* maint: update all copyright year number rangesJim Meyering2013-01-061-1/+1
| | | | Run "make update-copyright".
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-221-1/+1
| | | | Run "make update-copyright".
* tests: switch from t-lib.sh to init.shJim Meyering2010-11-201-7/+1
| | | | | | | | | | | | | | | | | | | | | | * tests/init.cfg: Source t-local.sh. * tests/t-local.sh: Replace trap so that we always run scsi_debug_cleanup_, regardless of the cleanup_ function. Replace each snippet like this: -if test "$VERBOSE" = yes; then - set -x - parted --version -fi - -: ${srcdir=.} -. $srcdir/t-lib.sh +. "${srcdir=.}/init.sh"; path_prepend_ ../parted Use this command (LHS elided, because it was too long): git grep -l 'srcdir/t-lib.sh'|xargs perl -p0i -e \ 's!...!. "\${srcdir=.}/init.sh"; path_prepend_ ../parted\n!' * tests/t3310-flags.sh: Adjust manually, since the snippet didn't quite match.
* tests: remove fail=0 initializationsJim Meyering2010-11-201-1/+0
| | | | Now, this is done in init.sh.
* tests: global subst: s/skip_test_/skip_/Jim Meyering2010-11-201-2/+2
| | | | git grep -l skip_test_|xargs perl -pi -e 's/skip_test_/skip_/'
* tests: rely on require_scsi_debug_module_ to modprobe scsi_debug moduleOtavio Salvador2010-06-301-4/+0
| | | | | | | | | * t2310-dos-extended-2-sector-min-offset.sh: remove explicit modprobe since it is done by require_scsi_debug_module_. * t3200-type-change.sh: likewise. * t9020-alignment.sh: likewise. * t9030-align-check.sh: likewise. * t9040-many-partitions.sh: likewise.
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-081-1/+1
| | | | Run this command: make update-copyright
* tests: correct t3200-type-change.shJim Meyering2009-11-241-1/+33
| | | | * tests/t3200-type-change.sh: The initial version was incomplete.
* test for partition-type-changing bugJim Meyering2009-11-171-0/+52
* tests/t3200-type-change.sh: New file. * tests/Makefile.am (TESTS): Add it.