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/pkg-build.testscript | |
parent | 56296a0d74b708637e41ab92953f17136461e2ed (diff) |
Cleanup some files replacing tabs with spaces
Diffstat (limited to 'tests/pkg-build.testscript')
-rw-r--r-- | tests/pkg-build.testscript | 16 |
1 files changed, 8 insertions, 8 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/ } } } |