diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 16:56:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:29 +0100 |
commit | 4d609d502161137620c4b1901cc225f9e871c3dc (patch) | |
tree | 3bbb3286b831645fd29cae868b18b738ec508126 /scripts/qemuimage-tests/sanity/connman | |
parent | 8ceb769eab14066c9a5fc6a68284de9c1f5637fe (diff) | |
download | poky-4d609d502161137620c4b1901cc225f9e871c3dc.tar.gz |
Replace POKYBASE with COREBASE
(From OE-Core rev: 607a7657715f6fcba467a4e55ba64f41f4e13a15)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/qemuimage-tests/sanity/connman')
-rwxr-xr-x | scripts/qemuimage-tests/sanity/connman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemuimage-tests/sanity/connman b/scripts/qemuimage-tests/sanity/connman index d46ef0a890..0c62902f87 100755 --- a/scripts/qemuimage-tests/sanity/connman +++ b/scripts/qemuimage-tests/sanity/connman | |||
@@ -9,7 +9,7 @@ | |||
9 | # Version 2. | 9 | # Version 2. |
10 | # | 10 | # |
11 | 11 | ||
12 | . $POKYBASE/scripts/qemuimage-testlib | 12 | . $COREBASE/scripts/qemuimage-testlib |
13 | 13 | ||
14 | TIMEOUT=400 | 14 | TIMEOUT=400 |
15 | RET=1 | 15 | RET=1 |