]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemuimagetest: Add executable permission to test scripts for toolchain
authorJiajun Xu <jiajun.xu@intel.com>
Wed, 4 May 2011 01:25:49 +0000 (09:25 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 May 2011 07:56:41 +0000 (08:56 +0100)
The file mode bits of toolchain test scripts is 644, which could not be
executed by user. Fix the issue by adding executable permission(755) to
all test scripts for toolchain test.

Signed-off-by Jiajun Xu <jiajun.xu@intel.com>

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/qemuimage-tests/toolchain/cvs [changed mode: 0644->0755]
scripts/qemuimage-tests/toolchain/iptables [changed mode: 0644->0755]
scripts/qemuimage-tests/toolchain/sudoku-savant [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)