Harald Hoyer
|
beb3e54ece
|
fix(TEST BASIC): shellcheck
|
2021-03-30 21:09:06 +02:00 |
Harald Hoyer
|
9a52c3fdb0
|
style: shfmt reformat
reproducible with:
```
$ shfmt_version=3.0.1
$ wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64" -O shfmt
$ chmod u+x shfmt
$ ./shfmt -w .
```
|
2021-03-13 20:10:43 +01:00 |
Harald Hoyer
|
455329cf71
|
test: change the LABEL to include spaces
Test for root device with a LABEL, which includes spaces.
|
2021-03-10 19:31:19 +01:00 |
Harald Hoyer
|
9ca53063ee
|
test: use dd to write status to marker disk
|
2020-02-28 14:41:15 +01:00 |
Harald Hoyer
|
8a430ab25b
|
test: use the new sfdisk syntax without disk geometry
|
2015-01-22 16:02:54 +01:00 |
Harald Hoyer
|
e54d961160
|
test: add udev settle after sfdisk
|
2014-06-30 12:03:12 +02:00 |
Harald Hoyer
|
32bd2fbb4c
|
use "rm --" to guard against filenames beginning with "-"
|
2013-06-28 10:31:18 +02:00 |
Harald Hoyer
|
43cc4d84bc
|
change for "udevadm control": s/--reload-rules/--reload/g
|
2012-12-14 09:04:56 +01:00 |
Harald Hoyer
|
47057875e7
|
TEST-01-BASIC: grow the root disk
|
2012-07-02 18:52:49 +02:00 |
Harald Hoyer
|
cfe32ef5ba
|
TEST-01-BASIC: sync after creating the root disk
|
2012-05-16 11:51:26 +02:00 |
Harald Hoyer
|
3b403b32fc
|
removed trailing whitespaces
|
2011-05-10 11:56:09 +02:00 |
Harald Hoyer
|
dd26a551c2
|
test/TEST-01-BASIC: add basic ext3 test
|
2011-04-08 11:17:31 +02:00 |