From 26987688f06bb3f53ae4c49e621916615b264796 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 23 Mar 2019 23:29:47 +0300 Subject: Cleanup some files replacing tabs with spaces --- tests/pkg-build.testscript | 16 ++++++++-------- tests/pkg-status.testscript | 6 +++--- tests/pkg-unpack.testscript | 8 ++++---- tests/publish | 2 +- tests/rep-fetch.testscript | 14 +++++++------- tests/rep-info.testscript | 6 +++--- tests/rep-list.testscript | 6 +++--- tests/rep-remove.testscript | 6 +++--- 8 files changed, 32 insertions(+), 32 deletions(-) (limited to 'tests') diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index 6724a4e..cbcd35f 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -3,9 +3,9 @@ # license : MIT; see accompanying LICENSE file .include common.testscript \ - config.testscript \ - remote.testscript \ - remote-git.testscript + config.testscript \ + remote.testscript \ + remote-git.testscript # Source repository: # @@ -1738,7 +1738,7 @@ test.options += --no-progress configured libbar/0.0.1 EOE - $pkg_drop libbar + $pkg_drop libbar } : version-to-wildcard @@ -1856,7 +1856,7 @@ test.options += --no-progress configured libbar/0.0.1 EOE - $pkg_drop libbar + $pkg_drop libbar } : src-to-version @@ -1886,7 +1886,7 @@ test.options += --no-progress configured libbar/0.0.1 EOE - $pkg_drop libbar + $pkg_drop libbar } } @@ -3273,7 +3273,7 @@ test.options += --no-progress $pkg_disfigure libhello 2>'disfigured libhello/1.0.1'; $pkg_purge libhello 2>'purged libhello/1.0.1'; - rm -r cfg/ + rm -r cfg/ } : unpacked @@ -3297,7 +3297,7 @@ test.options += --no-progress $pkg_disfigure libhello 2>'disfigured libhello/1.0.1'; $pkg_purge libhello 2>'purged libhello/1.0.1'; - rm -r cfg/ + rm -r cfg/ } } } diff --git a/tests/pkg-status.testscript b/tests/pkg-status.testscript index c1278fe..7e0399c 100644 --- a/tests/pkg-status.testscript +++ b/tests/pkg-status.testscript @@ -3,9 +3,9 @@ # license : MIT; see accompanying LICENSE file .include common.testscript \ - config.testscript \ - remote.testscript \ - remote-git.testscript + config.testscript \ + remote.testscript \ + remote-git.testscript # Source repository: # diff --git a/tests/pkg-unpack.testscript b/tests/pkg-unpack.testscript index 91fef69..a56168d 100644 --- a/tests/pkg-unpack.testscript +++ b/tests/pkg-unpack.testscript @@ -3,10 +3,10 @@ # license : MIT; see accompanying LICENSE file .include common.testscript \ - auth.testscript \ - config.testscript \ - remote.testscript \ - remote-git.testscript + auth.testscript \ + config.testscript \ + remote.testscript \ + remote-git.testscript # Source repository: # diff --git a/tests/publish b/tests/publish index 90b20c9..df355eb 100755 --- a/tests/publish +++ b/tests/publish @@ -76,7 +76,7 @@ for r in $(find test -type d -regex '.*/git/.*/[^/]+\.git'); do while read branch; do $echo_git git -C $br push --tags origin "$branch:$branch" done < <(git -C $br for-each-ref --format='%(refname:short)' \ - 'refs/heads/') + 'refs/heads/') fi done diff --git a/tests/rep-fetch.testscript b/tests/rep-fetch.testscript index 3f5e81d..bd67bc1 100644 --- a/tests/rep-fetch.testscript +++ b/tests/rep-fetch.testscript @@ -3,10 +3,10 @@ # license : MIT; see accompanying LICENSE file .include common.testscript \ - auth.testscript \ - config.testscript \ - remote.testscript \ - remote-git.testscript + auth.testscript \ + config.testscript \ + remote.testscript \ + remote-git.testscript # Source repository: # @@ -622,7 +622,7 @@ if ($remote != true) : unchanged-external : { - $clone_cfg && $rep_add $src/libhello-1.0.0; + $clone_cfg && $rep_add $src/libhello-1.0.0; $* 2>!; $pkg_status libhello >'libhello unpacked 1.0.0' @@ -634,7 +634,7 @@ if ($remote != true) cp -r $src/libhello-1.0.0 libhello; echo "" >+ libhello/manifest; - $clone_cfg && $rep_add libhello; + $clone_cfg && $rep_add libhello; $* 2>!; $pkg_status libhello >'libhello unpacked 1.0.0 available 1.0.0#1' @@ -658,7 +658,7 @@ if ($remote != true) # warning. # $pkg_checkout "style/1.0.0" 2>&1 | \ - sed -e 's/warning: (fetching (over|whole) .*)/info: \1/' >&2 2>!; + sed -e 's/warning: (fetching (over|whole) .*)/info: \1/' >&2 2>!; $rep_add $rep/style.git; $* 2>!; diff --git a/tests/rep-info.testscript b/tests/rep-info.testscript index 8c8e3bf..f72d9d4 100644 --- a/tests/rep-info.testscript +++ b/tests/rep-info.testscript @@ -3,9 +3,9 @@ # license : MIT; see accompanying LICENSE file .include common.testscript \ - auth.testscript \ - remote.testscript \ - remote-git.testscript + auth.testscript \ + remote.testscript \ + remote-git.testscript # Source repository: # diff --git a/tests/rep-list.testscript b/tests/rep-list.testscript index cdcf673..c622327 100644 --- a/tests/rep-list.testscript +++ b/tests/rep-list.testscript @@ -3,9 +3,9 @@ # license : MIT; see accompanying LICENSE file .include common.testscript \ - config.testscript \ - remote.testscript \ - remote-git.testscript + config.testscript \ + remote.testscript \ + remote-git.testscript # Source repository: # diff --git a/tests/rep-remove.testscript b/tests/rep-remove.testscript index 3c7028c..b675a3f 100644 --- a/tests/rep-remove.testscript +++ b/tests/rep-remove.testscript @@ -3,9 +3,9 @@ # license : MIT; see accompanying LICENSE file .include common.testscript \ - config.testscript \ - remote.testscript \ - remote-git.testscript + config.testscript \ + remote.testscript \ + remote-git.testscript # Source repository: # -- cgit v1.1