aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auth.testscript1
-rw-r--r--tests/build/bootstrap.build1
-rw-r--r--tests/build/root.build1
-rw-r--r--tests/buildfile1
-rw-r--r--tests/cfg-create.testscript1
-rw-r--r--tests/common.testscript1
-rw-r--r--tests/config.testscript1
-rw-r--r--tests/pkg-build.testscript1
-rw-r--r--tests/pkg-checkout.testscript1
-rw-r--r--tests/pkg-clean.testscript1
-rw-r--r--tests/pkg-configure.testscript1
-rw-r--r--tests/pkg-drop.testscript1
-rw-r--r--tests/pkg-fetch.testscript1
-rw-r--r--tests/pkg-purge.testscript1
-rw-r--r--tests/pkg-status.testscript1
-rw-r--r--tests/pkg-system.testscript1
-rw-r--r--tests/pkg-test.testscript1
-rw-r--r--tests/pkg-unpack.testscript1
-rw-r--r--tests/pkg-update.testscript1
-rw-r--r--tests/pkg-verify.testscript1
-rw-r--r--tests/remote-git.testscript1
-rw-r--r--tests/remote.testscript1
-rw-r--r--tests/rep-add.testscript1
-rw-r--r--tests/rep-auth.testscript1
-rw-r--r--tests/rep-create.testscript1
-rw-r--r--tests/rep-fetch-git-commit.testscript1
-rw-r--r--tests/rep-fetch-git-refname.testscript1
-rw-r--r--tests/rep-fetch-git.testscript1
-rw-r--r--tests/rep-fetch.testscript1
-rw-r--r--tests/rep-info.testscript1
-rw-r--r--tests/rep-list.testscript1
-rw-r--r--tests/rep-remove.testscript1
32 files changed, 0 insertions, 32 deletions
diff --git a/tests/auth.testscript b/tests/auth.testscript
index bf132f0..5dd8769 100644
--- a/tests/auth.testscript
+++ b/tests/auth.testscript
@@ -1,5 +1,4 @@
# file : tests/auth.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# OpenSSL passwordless private key.
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index b42a95d..c9187a6 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = # Unnamed subproject.
diff --git a/tests/build/root.build b/tests/build/root.build
index f0cf397..2a0666b 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,4 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# We need to configure C++ module to pass the compiler path to some of bpkg
diff --git a/tests/buildfile b/tests/buildfile
index 42e17ec..7fd8be2 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,4 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define common: file
diff --git a/tests/cfg-create.testscript b/tests/cfg-create.testscript
index 8d7f95e..cb2f643 100644
--- a/tests/cfg-create.testscript
+++ b/tests/cfg-create.testscript
@@ -1,5 +1,4 @@
# file : tests/cfg-create.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript
diff --git a/tests/common.testscript b/tests/common.testscript
index 0707066..5db8c6a 100644
--- a/tests/common.testscript
+++ b/tests/common.testscript
@@ -1,5 +1,4 @@
# file : tests/common.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Commonly-used variables setup and driver command line.
diff --git a/tests/config.testscript b/tests/config.testscript
index fabdbde..0bcfb93 100644
--- a/tests/config.testscript
+++ b/tests/config.testscript
@@ -1,5 +1,4 @@
# file : tests/config.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Create an empty configuration that will be copied by subsequent tests and
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript
index 2f2fec8..c0bac41 100644
--- a/tests/pkg-build.testscript
+++ b/tests/pkg-build.testscript
@@ -1,5 +1,4 @@
# file : tests/pkg-build.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript \
diff --git a/tests/pkg-checkout.testscript b/tests/pkg-checkout.testscript
index 86ae341..c4f3f28 100644
--- a/tests/pkg-checkout.testscript
+++ b/tests/pkg-checkout.testscript
@@ -1,5 +1,4 @@
# file : tests/pkg-checkout.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript config.testscript remote-git.testscript
diff --git a/tests/pkg-clean.testscript b/tests/pkg-clean.testscript
index 944f98c..a4a2d2b 100644
--- a/tests/pkg-clean.testscript
+++ b/tests/pkg-clean.testscript
@@ -1,5 +1,4 @@
# file : tests/pkg-clean.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript auth.testscript config.testscript remote.testscript
diff --git a/tests/pkg-configure.testscript b/tests/pkg-configure.testscript
index cab52fa..3717f0c 100644
--- a/tests/pkg-configure.testscript
+++ b/tests/pkg-configure.testscript
@@ -1,5 +1,4 @@
# file : tests/pkg-configure.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Here we test both pkg-configure and pkg-disfigure commands.
diff --git a/tests/pkg-drop.testscript b/tests/pkg-drop.testscript
index ec8c460..3e1287c 100644
--- a/tests/pkg-drop.testscript
+++ b/tests/pkg-drop.testscript
@@ -1,5 +1,4 @@
# file : tests/pkg-drop.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript config.testscript remote.testscript
diff --git a/tests/pkg-fetch.testscript b/tests/pkg-fetch.testscript
index b37ba73..afa7d3a 100644
--- a/tests/pkg-fetch.testscript
+++ b/tests/pkg-fetch.testscript
@@ -1,5 +1,4 @@
# file : tests/pkg-fetch.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript auth.testscript config.testscript remote.testscript
diff --git a/tests/pkg-purge.testscript b/tests/pkg-purge.testscript
index e48590c..c4f8f1c 100644
--- a/tests/pkg-purge.testscript
+++ b/tests/pkg-purge.testscript
@@ -1,5 +1,4 @@
# file : tests/pkg-purge.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript config.testscript
diff --git a/tests/pkg-status.testscript b/tests/pkg-status.testscript
index 1ac3a97..6e69dac 100644
--- a/tests/pkg-status.testscript
+++ b/tests/pkg-status.testscript
@@ -1,5 +1,4 @@
# file : tests/pkg-status.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript \
diff --git a/tests/pkg-system.testscript b/tests/pkg-system.testscript
index 8a6bf4b..8b7472b 100644
--- a/tests/pkg-system.testscript
+++ b/tests/pkg-system.testscript
@@ -1,5 +1,4 @@
# file : tests/pkg-system.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript auth.testscript config.testscript remote.testscript
diff --git a/tests/pkg-test.testscript b/tests/pkg-test.testscript
index 612d53f..1bc9c34 100644
--- a/tests/pkg-test.testscript
+++ b/tests/pkg-test.testscript
@@ -1,5 +1,4 @@
# file : tests/pkg-test.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript config.testscript remote.testscript
diff --git a/tests/pkg-unpack.testscript b/tests/pkg-unpack.testscript
index 40f8695..8df3499 100644
--- a/tests/pkg-unpack.testscript
+++ b/tests/pkg-unpack.testscript
@@ -1,5 +1,4 @@
# file : tests/pkg-unpack.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript \
diff --git a/tests/pkg-update.testscript b/tests/pkg-update.testscript
index c50b026..880f390 100644
--- a/tests/pkg-update.testscript
+++ b/tests/pkg-update.testscript
@@ -1,5 +1,4 @@
# file : tests/pkg-update.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript auth.testscript config.testscript remote.testscript
diff --git a/tests/pkg-verify.testscript b/tests/pkg-verify.testscript
index 86637f9..81821cb 100644
--- a/tests/pkg-verify.testscript
+++ b/tests/pkg-verify.testscript
@@ -1,5 +1,4 @@
# file : tests/pkg-verify.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript
diff --git a/tests/remote-git.testscript b/tests/remote-git.testscript
index 6c539b6..34c0643 100644
--- a/tests/remote-git.testscript
+++ b/tests/remote-git.testscript
@@ -1,5 +1,4 @@
# file : tests/remote-git.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Tests for commands that accept git repository location must be able to run
diff --git a/tests/remote.testscript b/tests/remote.testscript
index 51e5b98..1bf229d 100644
--- a/tests/remote.testscript
+++ b/tests/remote.testscript
@@ -1,5 +1,4 @@
# file : tests/remote.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Tests for commands that accept pkg repository location must be able to run
diff --git a/tests/rep-add.testscript b/tests/rep-add.testscript
index 2c71b39..85b0e3f 100644
--- a/tests/rep-add.testscript
+++ b/tests/rep-add.testscript
@@ -1,5 +1,4 @@
# file : tests/rep-add.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript config.testscript
diff --git a/tests/rep-auth.testscript b/tests/rep-auth.testscript
index 6477102..0d95887 100644
--- a/tests/rep-auth.testscript
+++ b/tests/rep-auth.testscript
@@ -1,5 +1,4 @@
# file : tests/rep-auth.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript auth.testscript config.testscript remote.testscript
diff --git a/tests/rep-create.testscript b/tests/rep-create.testscript
index a7b9e19..4f40f7a 100644
--- a/tests/rep-create.testscript
+++ b/tests/rep-create.testscript
@@ -1,5 +1,4 @@
# file : tests/rep-create.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript auth.testscript
diff --git a/tests/rep-fetch-git-commit.testscript b/tests/rep-fetch-git-commit.testscript
index 1122978..99e5aa2 100644
--- a/tests/rep-fetch-git-commit.testscript
+++ b/tests/rep-fetch-git-commit.testscript
@@ -1,5 +1,4 @@
# file : tests/rep-fetch-git-commit.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
+git clone "$rep_git/state0/style-basic.git" 2>! &style-basic/***
diff --git a/tests/rep-fetch-git-refname.testscript b/tests/rep-fetch-git-refname.testscript
index 07778b2..b5de881 100644
--- a/tests/rep-fetch-git-refname.testscript
+++ b/tests/rep-fetch-git-refname.testscript
@@ -1,5 +1,4 @@
# file : tests/rep-fetch-git-refname.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: fetch
diff --git a/tests/rep-fetch-git.testscript b/tests/rep-fetch-git.testscript
index b8008ca..6fb822a 100644
--- a/tests/rep-fetch-git.testscript
+++ b/tests/rep-fetch-git.testscript
@@ -1,5 +1,4 @@
# file : tests/rep-fetch-git.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# All tests use the same repository infrastructure present in the initial and
diff --git a/tests/rep-fetch.testscript b/tests/rep-fetch.testscript
index bc52f2e..9d7716f 100644
--- a/tests/rep-fetch.testscript
+++ b/tests/rep-fetch.testscript
@@ -1,5 +1,4 @@
# file : tests/rep-fetch.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript \
diff --git a/tests/rep-info.testscript b/tests/rep-info.testscript
index ed1f1d3..aa7a860 100644
--- a/tests/rep-info.testscript
+++ b/tests/rep-info.testscript
@@ -1,5 +1,4 @@
# file : tests/rep-info.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript \
diff --git a/tests/rep-list.testscript b/tests/rep-list.testscript
index c622327..92a3b90 100644
--- a/tests/rep-list.testscript
+++ b/tests/rep-list.testscript
@@ -1,5 +1,4 @@
# file : tests/rep-list.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript \
diff --git a/tests/rep-remove.testscript b/tests/rep-remove.testscript
index b675a3f..00e9be1 100644
--- a/tests/rep-remove.testscript
+++ b/tests/rep-remove.testscript
@@ -1,5 +1,4 @@
# file : tests/rep-remove.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript \