diff options
author | Igor K <[email protected]> | 2019-05-24 01:42:03 +0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-05-23 15:42:03 -0700 |
commit | 2d0077da6ded46fb9c8fc646904d23a54ad4d352 (patch) | |
tree | 92ac345da08b6103bc5549e3e3d170ee462d254c /tests | |
parent | 8b8b44d06fc653ca608412a756d3645ee465f7fe (diff) |
Rename reservation tests from *.sh to *.ksh
Reviewed-by: Richard Elling <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Igor Kozhukhov <[email protected]>
Closes #8729
Diffstat (limited to 'tests')
-rw-r--r-- | tests/zfs-tests/tests/functional/reservation/Makefile.am | 44 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_001_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_001_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_002_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_002_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_003_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_003_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_004_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_004_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_005_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_005_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_006_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_006_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_007_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_007_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_008_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_008_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_009_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_009_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_010_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_010_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_011_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_011_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_012_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_012_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_013_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_013_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_014_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_014_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_015_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_015_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_016_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_016_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_017_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_017_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_018_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_018_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_019_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_019_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_020_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_020_pos.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_021_neg.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_021_neg.sh) | 0 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_022_pos.ksh (renamed from tests/zfs-tests/tests/functional/reservation/reservation_022_pos.sh) | 0 |
23 files changed, 22 insertions, 22 deletions
diff --git a/tests/zfs-tests/tests/functional/reservation/Makefile.am b/tests/zfs-tests/tests/functional/reservation/Makefile.am index 9b02867b9..8eaf09861 100644 --- a/tests/zfs-tests/tests/functional/reservation/Makefile.am +++ b/tests/zfs-tests/tests/functional/reservation/Makefile.am @@ -2,28 +2,28 @@ pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/reservation dist_pkgdata_SCRIPTS = \ setup.ksh \ cleanup.ksh \ - reservation_001_pos.sh \ - reservation_002_pos.sh \ - reservation_003_pos.sh \ - reservation_004_pos.sh \ - reservation_005_pos.sh \ - reservation_006_pos.sh \ - reservation_007_pos.sh \ - reservation_008_pos.sh \ - reservation_009_pos.sh \ - reservation_010_pos.sh \ - reservation_011_pos.sh \ - reservation_012_pos.sh \ - reservation_013_pos.sh \ - reservation_014_pos.sh \ - reservation_015_pos.sh \ - reservation_016_pos.sh \ - reservation_017_pos.sh \ - reservation_018_pos.sh \ - reservation_019_pos.sh \ - reservation_020_pos.sh \ - reservation_021_neg.sh \ - reservation_022_pos.sh + reservation_001_pos.ksh \ + reservation_002_pos.ksh \ + reservation_003_pos.ksh \ + reservation_004_pos.ksh \ + reservation_005_pos.ksh \ + reservation_006_pos.ksh \ + reservation_007_pos.ksh \ + reservation_008_pos.ksh \ + reservation_009_pos.ksh \ + reservation_010_pos.ksh \ + reservation_011_pos.ksh \ + reservation_012_pos.ksh \ + reservation_013_pos.ksh \ + reservation_014_pos.ksh \ + reservation_015_pos.ksh \ + reservation_016_pos.ksh \ + reservation_017_pos.ksh \ + reservation_018_pos.ksh \ + reservation_019_pos.ksh \ + reservation_020_pos.ksh \ + reservation_021_neg.ksh \ + reservation_022_pos.ksh dist_pkgdata_DATA = \ reservation.cfg \ diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_001_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_001_pos.ksh index b72b8e4a3..b72b8e4a3 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_001_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_001_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_002_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_002_pos.ksh index 8ae359361..8ae359361 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_002_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_002_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_003_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_003_pos.ksh index 48adabe72..48adabe72 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_003_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_003_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_004_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_004_pos.ksh index f8342ff29..f8342ff29 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_004_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_004_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_005_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_005_pos.ksh index 4047fab0d..4047fab0d 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_005_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_005_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_006_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_006_pos.ksh index ec1986c45..ec1986c45 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_006_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_006_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_007_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_007_pos.ksh index 48d6b40ad..48d6b40ad 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_007_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_007_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_008_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_008_pos.ksh index fbf4276e8..fbf4276e8 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_008_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_008_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_009_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_009_pos.ksh index 171577def..171577def 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_009_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_009_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_010_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_010_pos.ksh index 2ca279a4a..2ca279a4a 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_010_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_010_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_011_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_011_pos.ksh index a6abe9db6..a6abe9db6 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_011_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_011_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_012_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_012_pos.ksh index 5ab0952b1..5ab0952b1 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_012_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_012_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_013_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_013_pos.ksh index 6a80bb575..6a80bb575 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_013_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_013_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_014_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_014_pos.ksh index e8bd91d00..e8bd91d00 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_014_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_014_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_015_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_015_pos.ksh index d67f8c7ec..d67f8c7ec 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_015_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_015_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_016_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_016_pos.ksh index cbb1db658..cbb1db658 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_016_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_016_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_017_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_017_pos.ksh index bb3af67d2..bb3af67d2 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_017_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_017_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_018_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_018_pos.ksh index 0969a6877..0969a6877 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_018_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_018_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_019_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_019_pos.ksh index 45da06a9f..45da06a9f 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_019_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_019_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_020_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_020_pos.ksh index 68d46d0a0..68d46d0a0 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_020_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_020_pos.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_021_neg.sh b/tests/zfs-tests/tests/functional/reservation/reservation_021_neg.ksh index c99a82c5d..c99a82c5d 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_021_neg.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_021_neg.ksh diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_022_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_022_pos.ksh index 879dc5da5..879dc5da5 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_022_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_022_pos.ksh |