From 0eab376658689469c5427d1b2c292de62e009aee Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 15 May 2013 07:40:08 -0300 Subject: [PATCH] perf-test: rename time tests to have .sh suffix This will simplify notmuch time tests --- performance-test/{T00-new => T00-new.sh} | 0 performance-test/{T01-dump-restore => T01-dump-restore.sh} | 0 performance-test/{T02-tag => T02-tag.sh} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename performance-test/{T00-new => T00-new.sh} (100%) rename performance-test/{T01-dump-restore => T01-dump-restore.sh} (100%) rename performance-test/{T02-tag => T02-tag.sh} (100%) diff --git a/performance-test/T00-new b/performance-test/T00-new.sh similarity index 100% rename from performance-test/T00-new rename to performance-test/T00-new.sh diff --git a/performance-test/T01-dump-restore b/performance-test/T01-dump-restore.sh similarity index 100% rename from performance-test/T01-dump-restore rename to performance-test/T01-dump-restore.sh diff --git a/performance-test/T02-tag b/performance-test/T02-tag.sh similarity index 100% rename from performance-test/T02-tag rename to performance-test/T02-tag.sh -- 2.43.0