aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-23 23:29:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-23 23:29:47 +0300
commit26987688f06bb3f53ae4c49e621916615b264796 (patch)
tree2f4d65d278c4fa1e2cca152e9ba3486f7b61a9f9 /tests
parent56296a0d74b708637e41ab92953f17136461e2ed (diff)
Cleanup some files replacing tabs with spaces
Diffstat (limited to 'tests')
-rw-r--r--tests/pkg-build.testscript16
-rw-r--r--tests/pkg-status.testscript6
-rw-r--r--tests/pkg-unpack.testscript8
-rwxr-xr-xtests/publish2
-rw-r--r--tests/rep-fetch.testscript14
-rw-r--r--tests/rep-info.testscript6
-rw-r--r--tests/rep-list.testscript6
-rw-r--r--tests/rep-remove.testscript6
8 files changed, 32 insertions, 32 deletions
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:
#