1. 97544a1 Some fixes of shell scripts of tests: this patch fixes some minor bugs in the code of LTP shell scripts: by subrata_modak · 15 years ago
  2. 7e525f6 Spelling fixes: exectue => execute: Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>. by subrata_modak · 15 years ago
  3. 6d56107 Fix some bashisms: this patch reflects the comments by various people to the previous versions. It uses "+=1" instead of postincrement because of dash, ['s boolean expressions, printf for the formatting. I've left the unzip pushd/popd and the signal names issue completely. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  4. 261ad29 Delete the crontab of the test user in crontab tests: This patch cleans up the crontabs after the cron tests. When the crontab was not deleted, after deletion of the test user, it became a file with bogus permissions (owned by a nonexistent user). This caused subsequent crontab creation for a user of the same name (but different ID) to fail. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  5. eb59974 The following two scripts cannot execute correctly on my box, which doesn’t equip gawk but awk (busybox). This patch makes them, as well as other scripts( see the patch), to not explicitly using gawk but awk. roylee@andestech.com. by subrata_modak · 16 years ago
  6. bf75d79 use = rather than == when testing for equality in portable shell scripts as the latter is not POSIX by vapier · 18 years ago
  7. 2d3aa64 Changes from the security team by mridge · 20 years ago
  8. 8a9c745 Changes to check for RedHat when setting up environment variables by mridge · 20 years ago
  9. fec8b66 Relocated to have all the 'cron' tests in ONE location. by robbiew · 20 years ago