New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
test_fcm1_exe_permissions in vendors/fcm/current/test/test_scripts – NEMO

source: vendors/fcm/current/test/test_scripts/test_fcm1_exe_permissions @ 1980

Last change on this file since 1980 was 1980, checked in by flavoni, 14 years ago

importing fcm vendor

File size: 247 bytes
Line 
1cfg_name=fcm1_exe_permissions
2test_name=test_$cfg_name
3run_1=fail
4
5cd $BASE_DIR/work
6svn sw -q $REPOS_URL/branches/dev/Share/exe_rename
7chmod 644 script/hello.sh
8cd $OLDPWD
9
10. ./perform_test
11
12cd $BASE_DIR/work
13chmod 755 script/hello.sh
14cd $OLDPWD
Note: See TracBrowser for help on using the repository browser.