From a791b1ce0fa2bc9859474fb6f7a9c0ff8cbd1d4a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 22 Feb 2017 00:58:53 +0300 Subject: Port test.sh to testscript --- tests/common/satisfy/libbar-1.0.0.tar.gz | Bin 0 -> 356 bytes tests/common/satisfy/libbar-1.1.0.tar.gz | Bin 0 -> 360 bytes tests/common/satisfy/libbar-1.2.0.tar.gz | Bin 0 -> 348 bytes tests/common/satisfy/libbaz-1.0.0.tar.gz | Bin 0 -> 359 bytes tests/common/satisfy/libbaz-1.1.0.tar.gz | Bin 0 -> 363 bytes tests/common/satisfy/libbiz-1.0.0.tar.gz | Bin 0 -> 366 bytes tests/common/satisfy/libfoo-0.0.1.tar.gz | Bin 0 -> 352 bytes tests/common/satisfy/libfoo-1.0.0.tar.gz | Bin 0 -> 348 bytes tests/common/satisfy/libfoo-1.1.0.tar.gz | Bin 0 -> 349 bytes tests/common/satisfy/libfoo-1.1.0/build/bootstrap.build | 2 ++ tests/common/satisfy/libfoo-1.1.0/buildfile | 1 + tests/common/satisfy/libfoo-1.1.0/manifest | 7 +++++++ tests/common/satisfy/libfoo-1.2.0.tar.gz | Bin 0 -> 350 bytes tests/common/satisfy/libfox-1.0.0.tar.gz | Bin 0 -> 349 bytes tests/common/satisfy/repositories | 1 + tests/common/satisfy/t1/libfoo-1.0.0.tar.gz | 1 + tests/common/satisfy/t1/repositories | 1 + tests/common/satisfy/t2/libbar-1.0.0.tar.gz | 1 + tests/common/satisfy/t2/libfoo-1.0.0.tar.gz | 1 + tests/common/satisfy/t2/repositories | 1 + tests/common/satisfy/t3/libbaz-1.0.0.tar.gz | 1 + tests/common/satisfy/t3/libfox-1.0.0.tar.gz | 1 + tests/common/satisfy/t3/repositories | 4 ++++ tests/common/satisfy/t4a/libfoo-1.1.0.tar.gz | 1 + tests/common/satisfy/t4a/repositories | 1 + tests/common/satisfy/t4b/libbar-1.1.0.tar.gz | 1 + tests/common/satisfy/t4b/repositories | 3 +++ tests/common/satisfy/t4c/libbaz-1.1.0.tar.gz | 1 + tests/common/satisfy/t4c/libfoo-1.0.0.tar.gz | 1 + tests/common/satisfy/t4c/repositories | 3 +++ tests/common/satisfy/t4d/libbiz-1.0.0.tar.gz | 1 + tests/common/satisfy/t4d/libfox-1.0.0.tar.gz | 1 + tests/common/satisfy/t4d/repositories | 3 +++ tests/common/satisfy/t5/libbar-1.2.0.tar.gz | 1 + tests/common/satisfy/t5/repositories | 1 + 35 files changed, 40 insertions(+) create mode 100644 tests/common/satisfy/libbar-1.0.0.tar.gz create mode 100644 tests/common/satisfy/libbar-1.1.0.tar.gz create mode 100644 tests/common/satisfy/libbar-1.2.0.tar.gz create mode 100644 tests/common/satisfy/libbaz-1.0.0.tar.gz create mode 100644 tests/common/satisfy/libbaz-1.1.0.tar.gz create mode 100644 tests/common/satisfy/libbiz-1.0.0.tar.gz create mode 100644 tests/common/satisfy/libfoo-0.0.1.tar.gz create mode 100644 tests/common/satisfy/libfoo-1.0.0.tar.gz create mode 100644 tests/common/satisfy/libfoo-1.1.0.tar.gz create mode 100644 tests/common/satisfy/libfoo-1.1.0/build/bootstrap.build create mode 100644 tests/common/satisfy/libfoo-1.1.0/buildfile create mode 100644 tests/common/satisfy/libfoo-1.1.0/manifest create mode 100644 tests/common/satisfy/libfoo-1.2.0.tar.gz create mode 100644 tests/common/satisfy/libfox-1.0.0.tar.gz create mode 100644 tests/common/satisfy/repositories create mode 120000 tests/common/satisfy/t1/libfoo-1.0.0.tar.gz create mode 120000 tests/common/satisfy/t1/repositories create mode 120000 tests/common/satisfy/t2/libbar-1.0.0.tar.gz create mode 120000 tests/common/satisfy/t2/libfoo-1.0.0.tar.gz create mode 120000 tests/common/satisfy/t2/repositories create mode 120000 tests/common/satisfy/t3/libbaz-1.0.0.tar.gz create mode 120000 tests/common/satisfy/t3/libfox-1.0.0.tar.gz create mode 100644 tests/common/satisfy/t3/repositories create mode 120000 tests/common/satisfy/t4a/libfoo-1.1.0.tar.gz create mode 120000 tests/common/satisfy/t4a/repositories create mode 120000 tests/common/satisfy/t4b/libbar-1.1.0.tar.gz create mode 100644 tests/common/satisfy/t4b/repositories create mode 120000 tests/common/satisfy/t4c/libbaz-1.1.0.tar.gz create mode 120000 tests/common/satisfy/t4c/libfoo-1.0.0.tar.gz create mode 100644 tests/common/satisfy/t4c/repositories create mode 120000 tests/common/satisfy/t4d/libbiz-1.0.0.tar.gz create mode 120000 tests/common/satisfy/t4d/libfox-1.0.0.tar.gz create mode 100644 tests/common/satisfy/t4d/repositories create mode 120000 tests/common/satisfy/t5/libbar-1.2.0.tar.gz create mode 120000 tests/common/satisfy/t5/repositories (limited to 'tests/common/satisfy') diff --git a/tests/common/satisfy/libbar-1.0.0.tar.gz b/tests/common/satisfy/libbar-1.0.0.tar.gz new file mode 100644 index 0000000..5dc3a9b Binary files /dev/null and b/tests/common/satisfy/libbar-1.0.0.tar.gz differ diff --git a/tests/common/satisfy/libbar-1.1.0.tar.gz b/tests/common/satisfy/libbar-1.1.0.tar.gz new file mode 100644 index 0000000..881292e Binary files /dev/null and b/tests/common/satisfy/libbar-1.1.0.tar.gz differ diff --git a/tests/common/satisfy/libbar-1.2.0.tar.gz b/tests/common/satisfy/libbar-1.2.0.tar.gz new file mode 100644 index 0000000..4572395 Binary files /dev/null and b/tests/common/satisfy/libbar-1.2.0.tar.gz differ diff --git a/tests/common/satisfy/libbaz-1.0.0.tar.gz b/tests/common/satisfy/libbaz-1.0.0.tar.gz new file mode 100644 index 0000000..1de32b2 Binary files /dev/null and b/tests/common/satisfy/libbaz-1.0.0.tar.gz differ diff --git a/tests/common/satisfy/libbaz-1.1.0.tar.gz b/tests/common/satisfy/libbaz-1.1.0.tar.gz new file mode 100644 index 0000000..1aa72a8 Binary files /dev/null and b/tests/common/satisfy/libbaz-1.1.0.tar.gz differ diff --git a/tests/common/satisfy/libbiz-1.0.0.tar.gz b/tests/common/satisfy/libbiz-1.0.0.tar.gz new file mode 100644 index 0000000..42e3db4 Binary files /dev/null and b/tests/common/satisfy/libbiz-1.0.0.tar.gz differ diff --git a/tests/common/satisfy/libfoo-0.0.1.tar.gz b/tests/common/satisfy/libfoo-0.0.1.tar.gz new file mode 100644 index 0000000..2ab5094 Binary files /dev/null and b/tests/common/satisfy/libfoo-0.0.1.tar.gz differ diff --git a/tests/common/satisfy/libfoo-1.0.0.tar.gz b/tests/common/satisfy/libfoo-1.0.0.tar.gz new file mode 100644 index 0000000..28a6a90 Binary files /dev/null and b/tests/common/satisfy/libfoo-1.0.0.tar.gz differ diff --git a/tests/common/satisfy/libfoo-1.1.0.tar.gz b/tests/common/satisfy/libfoo-1.1.0.tar.gz new file mode 100644 index 0000000..e03481f Binary files /dev/null and b/tests/common/satisfy/libfoo-1.1.0.tar.gz differ diff --git a/tests/common/satisfy/libfoo-1.1.0/build/bootstrap.build b/tests/common/satisfy/libfoo-1.1.0/build/bootstrap.build new file mode 100644 index 0000000..b24ee6a --- /dev/null +++ b/tests/common/satisfy/libfoo-1.1.0/build/bootstrap.build @@ -0,0 +1,2 @@ +project = satisfy-libfoo +using config diff --git a/tests/common/satisfy/libfoo-1.1.0/buildfile b/tests/common/satisfy/libfoo-1.1.0/buildfile new file mode 100644 index 0000000..9f80de9 --- /dev/null +++ b/tests/common/satisfy/libfoo-1.1.0/buildfile @@ -0,0 +1 @@ +./: diff --git a/tests/common/satisfy/libfoo-1.1.0/manifest b/tests/common/satisfy/libfoo-1.1.0/manifest new file mode 100644 index 0000000..3453757 --- /dev/null +++ b/tests/common/satisfy/libfoo-1.1.0/manifest @@ -0,0 +1,7 @@ +: 1 +name: libfoo +version: 1.1.0 +summary: libfoo +license: MIT +url: http://example.org +email: pkg@example.org diff --git a/tests/common/satisfy/libfoo-1.2.0.tar.gz b/tests/common/satisfy/libfoo-1.2.0.tar.gz new file mode 100644 index 0000000..80ce03b Binary files /dev/null and b/tests/common/satisfy/libfoo-1.2.0.tar.gz differ diff --git a/tests/common/satisfy/libfox-1.0.0.tar.gz b/tests/common/satisfy/libfox-1.0.0.tar.gz new file mode 100644 index 0000000..9ba7a31 Binary files /dev/null and b/tests/common/satisfy/libfox-1.0.0.tar.gz differ diff --git a/tests/common/satisfy/repositories b/tests/common/satisfy/repositories new file mode 100644 index 0000000..5b70556 --- /dev/null +++ b/tests/common/satisfy/repositories @@ -0,0 +1 @@ +: 1 diff --git a/tests/common/satisfy/t1/libfoo-1.0.0.tar.gz b/tests/common/satisfy/t1/libfoo-1.0.0.tar.gz new file mode 120000 index 0000000..32e5a3c --- /dev/null +++ b/tests/common/satisfy/t1/libfoo-1.0.0.tar.gz @@ -0,0 +1 @@ +../libfoo-1.0.0.tar.gz \ No newline at end of file diff --git a/tests/common/satisfy/t1/repositories b/tests/common/satisfy/t1/repositories new file mode 120000 index 0000000..d965b15 --- /dev/null +++ b/tests/common/satisfy/t1/repositories @@ -0,0 +1 @@ +../repositories \ No newline at end of file diff --git a/tests/common/satisfy/t2/libbar-1.0.0.tar.gz b/tests/common/satisfy/t2/libbar-1.0.0.tar.gz new file mode 120000 index 0000000..93e8c71 --- /dev/null +++ b/tests/common/satisfy/t2/libbar-1.0.0.tar.gz @@ -0,0 +1 @@ +../libbar-1.0.0.tar.gz \ No newline at end of file diff --git a/tests/common/satisfy/t2/libfoo-1.0.0.tar.gz b/tests/common/satisfy/t2/libfoo-1.0.0.tar.gz new file mode 120000 index 0000000..32e5a3c --- /dev/null +++ b/tests/common/satisfy/t2/libfoo-1.0.0.tar.gz @@ -0,0 +1 @@ +../libfoo-1.0.0.tar.gz \ No newline at end of file diff --git a/tests/common/satisfy/t2/repositories b/tests/common/satisfy/t2/repositories new file mode 120000 index 0000000..d965b15 --- /dev/null +++ b/tests/common/satisfy/t2/repositories @@ -0,0 +1 @@ +../repositories \ No newline at end of file diff --git a/tests/common/satisfy/t3/libbaz-1.0.0.tar.gz b/tests/common/satisfy/t3/libbaz-1.0.0.tar.gz new file mode 120000 index 0000000..189242a --- /dev/null +++ b/tests/common/satisfy/t3/libbaz-1.0.0.tar.gz @@ -0,0 +1 @@ +../libbaz-1.0.0.tar.gz \ No newline at end of file diff --git a/tests/common/satisfy/t3/libfox-1.0.0.tar.gz b/tests/common/satisfy/t3/libfox-1.0.0.tar.gz new file mode 120000 index 0000000..dcfd7aa --- /dev/null +++ b/tests/common/satisfy/t3/libfox-1.0.0.tar.gz @@ -0,0 +1 @@ +../libfox-1.0.0.tar.gz \ No newline at end of file diff --git a/tests/common/satisfy/t3/repositories b/tests/common/satisfy/t3/repositories new file mode 100644 index 0000000..d65b272 --- /dev/null +++ b/tests/common/satisfy/t3/repositories @@ -0,0 +1,4 @@ +: 1 +location: ../t2 +: + diff --git a/tests/common/satisfy/t4a/libfoo-1.1.0.tar.gz b/tests/common/satisfy/t4a/libfoo-1.1.0.tar.gz new file mode 120000 index 0000000..c004b2a --- /dev/null +++ b/tests/common/satisfy/t4a/libfoo-1.1.0.tar.gz @@ -0,0 +1 @@ +../libfoo-1.1.0.tar.gz \ No newline at end of file diff --git a/tests/common/satisfy/t4a/repositories b/tests/common/satisfy/t4a/repositories new file mode 120000 index 0000000..d965b15 --- /dev/null +++ b/tests/common/satisfy/t4a/repositories @@ -0,0 +1 @@ +../repositories \ No newline at end of file diff --git a/tests/common/satisfy/t4b/libbar-1.1.0.tar.gz b/tests/common/satisfy/t4b/libbar-1.1.0.tar.gz new file mode 120000 index 0000000..b9a2de5 --- /dev/null +++ b/tests/common/satisfy/t4b/libbar-1.1.0.tar.gz @@ -0,0 +1 @@ +../libbar-1.1.0.tar.gz \ No newline at end of file diff --git a/tests/common/satisfy/t4b/repositories b/tests/common/satisfy/t4b/repositories new file mode 100644 index 0000000..7b85e71 --- /dev/null +++ b/tests/common/satisfy/t4b/repositories @@ -0,0 +1,3 @@ +: 1 +location: ../t4a +: diff --git a/tests/common/satisfy/t4c/libbaz-1.1.0.tar.gz b/tests/common/satisfy/t4c/libbaz-1.1.0.tar.gz new file mode 120000 index 0000000..0edbce7 --- /dev/null +++ b/tests/common/satisfy/t4c/libbaz-1.1.0.tar.gz @@ -0,0 +1 @@ +../libbaz-1.1.0.tar.gz \ No newline at end of file diff --git a/tests/common/satisfy/t4c/libfoo-1.0.0.tar.gz b/tests/common/satisfy/t4c/libfoo-1.0.0.tar.gz new file mode 120000 index 0000000..32e5a3c --- /dev/null +++ b/tests/common/satisfy/t4c/libfoo-1.0.0.tar.gz @@ -0,0 +1 @@ +../libfoo-1.0.0.tar.gz \ No newline at end of file diff --git a/tests/common/satisfy/t4c/repositories b/tests/common/satisfy/t4c/repositories new file mode 100644 index 0000000..26c0e93 --- /dev/null +++ b/tests/common/satisfy/t4c/repositories @@ -0,0 +1,3 @@ +: 1 +location: ../t4b +: diff --git a/tests/common/satisfy/t4d/libbiz-1.0.0.tar.gz b/tests/common/satisfy/t4d/libbiz-1.0.0.tar.gz new file mode 120000 index 0000000..70c2fda --- /dev/null +++ b/tests/common/satisfy/t4d/libbiz-1.0.0.tar.gz @@ -0,0 +1 @@ +../libbiz-1.0.0.tar.gz \ No newline at end of file diff --git a/tests/common/satisfy/t4d/libfox-1.0.0.tar.gz b/tests/common/satisfy/t4d/libfox-1.0.0.tar.gz new file mode 120000 index 0000000..dcfd7aa --- /dev/null +++ b/tests/common/satisfy/t4d/libfox-1.0.0.tar.gz @@ -0,0 +1 @@ +../libfox-1.0.0.tar.gz \ No newline at end of file diff --git a/tests/common/satisfy/t4d/repositories b/tests/common/satisfy/t4d/repositories new file mode 100644 index 0000000..f0e1983 --- /dev/null +++ b/tests/common/satisfy/t4d/repositories @@ -0,0 +1,3 @@ +: 1 +location: ../t4c +: diff --git a/tests/common/satisfy/t5/libbar-1.2.0.tar.gz b/tests/common/satisfy/t5/libbar-1.2.0.tar.gz new file mode 120000 index 0000000..b4a7773 --- /dev/null +++ b/tests/common/satisfy/t5/libbar-1.2.0.tar.gz @@ -0,0 +1 @@ +../libbar-1.2.0.tar.gz \ No newline at end of file diff --git a/tests/common/satisfy/t5/repositories b/tests/common/satisfy/t5/repositories new file mode 120000 index 0000000..d965b15 --- /dev/null +++ b/tests/common/satisfy/t5/repositories @@ -0,0 +1 @@ +../repositories \ No newline at end of file -- cgit v1.1