monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: 81978228a8aaa7aebda2e7610b


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 81978228a8aaa7aebda2e7610be5a230cb4f2409
Date: Sun, 6 Feb 2011 02:36:52 GMT

revision:            81978228a8aaa7aebda2e7610be5a230cb4f2409
date:                2011-02-06T02:36:34
author:              Timothy Brownawell  <address@hidden>
branch:              net.venge.monotone
changelog:
Our bash completion relies on bash version 4 features. Skip the test if
running with bash version 3 (such as Debian Lenny/oldstable).

manifest:
format_version "1"

new_manifest [a4879e22352fdc60994060d872bd0f50d1a89cf9]

old_revision [9d7b4306604c5cac7849ed899d8599035c0b24a1]

patch "test/extra/bash_completion/__driver__.lua"
 from [79f5ba72ec11aecec51b90bd3dceef8cbf6dccbd]
   to [617f267e65dd68c0b64b8fa0091e3bc3bbed5621]
============================================================
--- test/extra/bash_completion/__driver__.lua	79f5ba72ec11aecec51b90bd3dceef8cbf6dccbd
+++ test/extra/bash_completion/__driver__.lua	617f267e65dd68c0b64b8fa0091e3bc3bbed5621
@@ -1,4 +1,7 @@ skip_if(not existsonpath("expect"))
 skip_if(not existsonpath("expect"))
+check({"bash", "--version"}, 0, true)
+-- hashes/dictionaries/associative arrays are new in version 4
+skip_if(qgrep("bash[, ]*version 3", "stdout"))
 mtn_setup()
 
 local tests = {

reply via email to

[Prev in Thread] Current Thread [Next in Thread]