Changeset 45254 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Mar 30, 2013 8:12:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/testcase/tstHeadlessXOrg.sh
r44063 r45254 1 1 #!/bin/sh 2 2 # $Id$ 3 # 3 ## @file 4 4 # VirtualBox X Server auto-start service unit test. 5 5 # 6 # Copyright (C) 2012 Oracle Corporation 6 7 # 8 # Copyright (C) 2012-2013 Oracle Corporation 7 9 # 8 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 93 95 # Create a temporary directory for configuration and logging. 94 96 TEST_FOLDER_BASE="/tmp/${TEST_NAME} 99/" # Space in the name to test quoting. 97 if [ -n "${TESTBOX_PATH_SCRATCH}" ]; then 98 TEST_FOLDER_BASE="${TESTBOX_PATH_SCRATCH}/${TEST_NAME} 99/" 99 fi 95 100 { 96 101 rm -rf "${TEST_FOLDER_BASE}" 2>/dev/null && 97 102 mkdir -m 0700 "${TEST_FOLDER_BASE}" 2>/dev/null 98 } || abort "Could not create test folder .\n"103 } || abort "Could not create test folder (${TEST_FOLDER_BASE}).\n" 99 104 100 105 ###############################################################################
Note:
See TracChangeset
for help on using the changeset viewer.