]> granicus.if.org Git - zfs/commitdiff
Rename reservation tests from *.sh to *.ksh
authorIgor K <igor@dilos.org>
Thu, 23 May 2019 22:42:03 +0000 (01:42 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 23 May 2019 22:42:03 +0000 (15:42 -0700)
Reviewed-by: Richard Elling <Richard.Elling@RichardElling.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Igor Kozhukhov <igor@dilos.org>
Closes #8729

23 files changed:
tests/zfs-tests/tests/functional/reservation/Makefile.am
tests/zfs-tests/tests/functional/reservation/reservation_001_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_001_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_002_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_002_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_003_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_003_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_004_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_004_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_005_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_005_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_006_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_006_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_007_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_007_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_008_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_008_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_009_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_009_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_010_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_010_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_011_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_011_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_012_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_012_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_013_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_013_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_014_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_014_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_015_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_015_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_016_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_016_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_017_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_017_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_018_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_018_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_019_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_019_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_020_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_020_pos.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_021_neg.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_021_neg.sh with 100% similarity]
tests/zfs-tests/tests/functional/reservation/reservation_022_pos.ksh [moved from tests/zfs-tests/tests/functional/reservation/reservation_022_pos.sh with 100% similarity]

index 9b02867b9728c6b42903ff377240f8eaff3a7703..8eaf098615516f122cd591d8833ec024fabc9f86 100644 (file)
@@ -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 \