From 2d0077da6ded46fb9c8fc646904d23a54ad4d352 Mon Sep 17 00:00:00 2001 From: Igor K Date: Fri, 24 May 2019 01:42:03 +0300 Subject: [PATCH] Rename reservation tests from *.sh to *.ksh Reviewed-by: Richard Elling Reviewed-by: Brian Behlendorf Signed-off-by: Igor Kozhukhov Closes #8729 --- .../tests/functional/reservation/Makefile.am | 44 +++++++++---------- ...ion_001_pos.sh => reservation_001_pos.ksh} | 0 ...ion_002_pos.sh => reservation_002_pos.ksh} | 0 ...ion_003_pos.sh => reservation_003_pos.ksh} | 0 ...ion_004_pos.sh => reservation_004_pos.ksh} | 0 ...ion_005_pos.sh => reservation_005_pos.ksh} | 0 ...ion_006_pos.sh => reservation_006_pos.ksh} | 0 ...ion_007_pos.sh => reservation_007_pos.ksh} | 0 ...ion_008_pos.sh => reservation_008_pos.ksh} | 0 ...ion_009_pos.sh => reservation_009_pos.ksh} | 0 ...ion_010_pos.sh => reservation_010_pos.ksh} | 0 ...ion_011_pos.sh => reservation_011_pos.ksh} | 0 ...ion_012_pos.sh => reservation_012_pos.ksh} | 0 ...ion_013_pos.sh => reservation_013_pos.ksh} | 0 ...ion_014_pos.sh => reservation_014_pos.ksh} | 0 ...ion_015_pos.sh => reservation_015_pos.ksh} | 0 ...ion_016_pos.sh => reservation_016_pos.ksh} | 0 ...ion_017_pos.sh => reservation_017_pos.ksh} | 0 ...ion_018_pos.sh => reservation_018_pos.ksh} | 0 ...ion_019_pos.sh => reservation_019_pos.ksh} | 0 ...ion_020_pos.sh => reservation_020_pos.ksh} | 0 ...ion_021_neg.sh => reservation_021_neg.ksh} | 0 ...ion_022_pos.sh => reservation_022_pos.ksh} | 0 23 files changed, 22 insertions(+), 22 deletions(-) rename tests/zfs-tests/tests/functional/reservation/{reservation_001_pos.sh => reservation_001_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_002_pos.sh => reservation_002_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_003_pos.sh => reservation_003_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_004_pos.sh => reservation_004_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_005_pos.sh => reservation_005_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_006_pos.sh => reservation_006_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_007_pos.sh => reservation_007_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_008_pos.sh => reservation_008_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_009_pos.sh => reservation_009_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_010_pos.sh => reservation_010_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_011_pos.sh => reservation_011_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_012_pos.sh => reservation_012_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_013_pos.sh => reservation_013_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_014_pos.sh => reservation_014_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_015_pos.sh => reservation_015_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_016_pos.sh => reservation_016_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_017_pos.sh => reservation_017_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_018_pos.sh => reservation_018_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_019_pos.sh => reservation_019_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_020_pos.sh => reservation_020_pos.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_021_neg.sh => reservation_021_neg.ksh} (100%) rename tests/zfs-tests/tests/functional/reservation/{reservation_022_pos.sh => reservation_022_pos.ksh} (100%) 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_001_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_002_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_003_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_004_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_005_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_006_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_007_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_008_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_009_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_010_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_011_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_012_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_013_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_014_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_015_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_016_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_017_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_018_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_019_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_020_pos.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_021_neg.sh rename to 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 similarity index 100% rename from tests/zfs-tests/tests/functional/reservation/reservation_022_pos.sh rename to tests/zfs-tests/tests/functional/reservation/reservation_022_pos.ksh