diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-23 23:29:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-23 23:29:47 +0300 |
commit | 26987688f06bb3f53ae4c49e621916615b264796 (patch) | |
tree | 2f4d65d278c4fa1e2cca152e9ba3486f7b61a9f9 /tests/rep-fetch.testscript | |
parent | 56296a0d74b708637e41ab92953f17136461e2ed (diff) |
Cleanup some files replacing tabs with spaces
Diffstat (limited to 'tests/rep-fetch.testscript')
-rw-r--r-- | tests/rep-fetch.testscript | 14 |
1 files changed, 7 insertions, 7 deletions
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>!; |